Spread Windows Forms 12.0 Product Documentation
ClipboardCopyCommand Constructor(Worksheet,Reference[],ManipulationOptions)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > ClipboardCopyCommand Class > ClipboardCopyCommand Constructor : ClipboardCopyCommand Constructor(Worksheet,Reference[],ManipulationOptions)
The processing GrapeCity.Spreadsheet.Worksheet object.
An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
Indicates which type of data to handle.
Initializes a new instance of the ClipboardCopyCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal references() As Reference, _
   ByVal manipulationOptions As ManipulationOptions _
)
'Usage
 
Dim worksheet As Worksheet
Dim references() As Reference
Dim manipulationOptions As ManipulationOptions
 
Dim instance As New ClipboardCopyCommand(worksheet, references, manipulationOptions)
public ClipboardCopyCommand( 
   Worksheet worksheet,
   Reference[] references,
   ManipulationOptions manipulationOptions
)

Parameters

worksheet
The processing GrapeCity.Spreadsheet.Worksheet object.
references
An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
manipulationOptions
Indicates which type of data to handle.
See Also

Reference

ClipboardCopyCommand Class
ClipboardCopyCommand Members
Overload List